T
Cocktail Help Reference
IPager<T> Interface
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : IPager<T> Interface



Glossary Item Box

A service which allows paging of entity and object results.

Syntax

Visual Basic (Declaration) 
Public Interface IPager(Of T) 
Visual Basic (Usage)Copy Code
Dim instance As IPager(Of T)
C# 
public interface IPager<T> 
C++/CLI 
generic<typename T>
public interface class IPager 

Type Parameters

T

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.